Skip to content

gh-149113: Add option to copy back data from Android testbed emulator to build machine#149271

Open
timrid wants to merge 2 commits intopython:mainfrom
timrid:android-extract-output-files
Open

gh-149113: Add option to copy back data from Android testbed emulator to build machine#149271
timrid wants to merge 2 commits intopython:mainfrom
timrid:android-extract-output-files

Conversation

@timrid
Copy link
Copy Markdown

@timrid timrid commented May 2, 2026

Fixes #149113


To test this I used

python3 Platforms/Android test --managed maxVersion --pull hello.txt --pull .coverage --output-dir output -v -- -c "open('hello.txt','w').write('Hello World'); open('.coverage','w').write('SOME COVERAGE DATA')"

Then the output folder should contain the files hello.txt and .coverage.

@bedevere-app
Copy link
Copy Markdown

bedevere-app Bot commented May 2, 2026

Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool.

If this change has little impact on Python users, wait for a maintainer to apply the skip news label instead.

@python-cla-bot
Copy link
Copy Markdown

python-cla-bot Bot commented May 2, 2026

All commit authors signed the Contributor License Agreement.

CLA signed

@read-the-docs-community
Copy link
Copy Markdown

read-the-docs-community Bot commented May 2, 2026

Documentation build overview

📚 cpython-previews | 🛠️ Build #32508065 | 📁 Comparing 231c3a8 against main (bb5e41e)

  🔍 Preview build  

67 files changed · ± 66 modified · - 1 deleted

± Modified

- Deleted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Copy files back from Android testbed emulator to host

1 participant